Friday, June 02, 2006

how to send html mime mail from linux command line

simply put something like this in a plain file:

MIME-Version: 1.0
Content-type: text/html; charset=iso-8859-1
subject: test

<html>
<b>hello world!</b>
</html>




and then do this:

cat filename | sendmail -v recipient@email.com

2 comments:

Anonymous said...

Hi,

Can I use mail insteaf of sendmail to do the same. Thanks

Andy said...

I don't see why not. Try it.

Oracle Linux virt-manager Error launching create dialog: list index out of range

After a fresh install of Oracle Linux 9.1 and installing virt-manager/virt-install, I tried to create a new virtual machine and got this err...